Visual Basic (Declaration) | |
---|---|
Public Overloads Sub QueryAttachmentInfos( _ ByVal g As Graphic, _ ByVal callback As Action(Of IEnumerable(Of AttachmentInfo)), _ ByVal errorCallback As Action(Of Exception) _ ) |
C# | |
---|---|
public void QueryAttachmentInfos( Graphic g, Action<IEnumerable<AttachmentInfo>> callback, Action<Exception> errorCallback ) |
Parameters
- g
- The graphic to query attachment info for.
- callback
- The method to call on completion.
- errorCallback
- The method to call in the event of an error.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family